diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-29 19:06:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-29 19:06:22 +0800 |
commit | e7ab8131221b0440db6c5886479ab67cb58dd6bc (patch) | |
tree | 7683cd3d956b60795b12ee2f1903ed5a2dbb6b7b /emulators/vice | |
parent | 80287dad40cfe15369028bc97c3a377e87e01c9d (diff) | |
download | freebsd-ports-gnome-e7ab8131221b0440db6c5886479ab67cb58dd6bc.tar.gz freebsd-ports-gnome-e7ab8131221b0440db6c5886479ab67cb58dd6bc.tar.zst freebsd-ports-gnome-e7ab8131221b0440db6c5886479ab67cb58dd6bc.zip |
- clean X11BASE
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 8d9df3482ed5..1a2f477e7242 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -42,9 +42,9 @@ CONFIGURE_ARGS= --with-xaw3d CONFLICTS?= vice-gnome-1.* .endif -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ |